home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 December / Chip_1999-12_cd.bin / zkuste / MacOS / FILES / MARI.SIT / Mariner 4.0 folder / MarinerÆ 4.0.rsrc / STR#_608.txt < prev    next >
Text File  |  1999-10-25  |  342b  |  39 lines

  1. YEN(number,digits)
  2.  
  3. DOLLAR(number,digits)
  4.  
  5. VALUE(text)
  6.  
  7. UPPER(text)
  8.  
  9. T(value)
  10.  
  11. RIGHTB(text,count)
  12.  
  13. RIGHT(text,count)
  14.  
  15. REPT(text,count)
  16.  
  17. MIDB(text,index,count)
  18.  
  19. MID(text,index,count)
  20.  
  21. LOWER(text)
  22.  
  23. LENB(text)
  24.  
  25. LEN(text)
  26.  
  27. LEFTB(text,count)
  28.  
  29. LEFT(text,count)
  30.  
  31. FIND(Find_String,String,startposition)
  32.  
  33. EXACT(text1,text2)
  34.  
  35. CODE(text)
  36.  
  37. CHAR(number)
  38.  
  39.